home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / appe Windows / windows.h < prev   
Encoding:
Text File  |  1994-05-11  |  861 b   |  12 lines  |  [TEXT/KAHL]

  1. void);
  2.  
  3. void DoClickWindow(void);
  4. short DoKeydownWindow(void);
  5. void DoZoomWindow(short zoomPart);
  6. void DoUpdateWindow(void);
  7. void DoRevealWindow(short reveal);
  8. void DoIdleWindow(void);
  9.  
  10. pascal WindowPtr SmartNewWindow(Ptr wStorage, Rect *rBounds, StringPtr title,
  11.         short visFlag, short wDefProcID, WindowPtr behind, short goAwayFlag, long refCon);
  12.